func os.linkat

2 uses

	os (current package)
		root_openat.go#L237: 			return struct{}{}, linkat(oldparent, oldname, newparent, newname)
		root_unix.go#L251: func linkat(oldfd int, oldname string, newfd int, newname string) error {